home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / wist02.wid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.7 KB  |  99 lines

  1. --= WID = SIMTEL20 Ada Software Repository Item Description File = WID =--
  2. -- WIS TOOL NUMBER   : WIS_TOOL_02
  3. -- LOCATION          : ASR
  4. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  5. -- CATEGORY LEVEL 2  : EDITORS
  6. -- CATEGORY LEVEL 3  : WORD PROCESSOR
  7. -- CATEGORY LEVEL 4  : 
  8. -- INDEX             : Text Editor
  9. -- INDEX             : Editor, Text
  10. -- INDEX             : Text Formatter
  11. -- INDEX             : Formatter, Text
  12. -- INDEX             : Word Processor
  13. -- INDEX             : Processor, Word
  14. -- TAXONOMY          : !Interfaces!Text Processing!Word Processor
  15. -- DEPENDENCIES      : 
  16. -- SEE ALSO          : 
  17. --= ABSTRACT             ===============================================--
  18. --  1. TOOL NAME        : Microcomputer Word Processor
  19. --  2. TOOL NUMBER      : 2
  20. -- 
  21. --  3. CONTRACTOR        :
  22. --  3a      CONTRACT #   : N66001-84-C-0422
  23. --  3b      NAME         : Science Applications International Corp
  24. --  3c      LOCATION     : 2280 Highway 19 North Suite 120 Clearwater, Florida
  25. --  3d      POC          : Robert Cymbalski
  26. --          Phone:         (813) 799-0663
  27. -- 
  28. --  4. TOOL DESCRIPTION :
  29. --          The Word Processor package contains an editor and a text formatter 
  30. --          for creating, modifying, and formatting ASCII text files.  
  31. --          The Screen Editor will make full use of function keys and cursor
  32. --          control keys. It will support 255 character lines, will create
  33. --          back-up files, and will support an undo feature.  Text
  34. --          Formatter commands are keyed by a '.' in column 1 followed
  35. --          by a key-word command and operands. Also included is a utility for 
  36. --          defining the help screens which are available to the general user
  37. --          as well as a utility for defining new type fonts.  
  38. -- 
  39. --  5. SCHEDULE          :
  40. --  5a      PDR/CDR      : Editor: 15 NOV 84  Formatter: 15 JAN 85 / CDR N/A
  41. --  5b      DELIVERY     : Editor COMPLETE, Formatter AUG 85
  42. --  5c      DISTRIBUTION : GTE, NOSC, SIMTEL20
  43. --  
  44. --  6. CHARACTERISTICS   :
  45. --  6a      DEVELOPMENT APPROACH : Convert an existing Pascal program
  46. --  6b      HOST MACHINE     : NOSC VAX via ARPANET
  47. --  6c      OPERATING SYSTEM : ROS
  48. --  6d      COMPILER         : Telesoft 1.3 (unvalidated)
  49. --  6e      DEPENDENCIES     : See comments.
  50. --  6f      NUMBER OF STATEMENTS :
  51. -- 
  52. --  7. DOCUMENTATION    : Text Editor Users Manual, Aug 85, Formatter Users 
  53. --                        Manual, Aug 85, High-Level Design, Nov 84
  54. --  8. PORTABILITY      : Compiled on VAX with DEC Ada.
  55. -- 
  56. --  9. WIS USE          : 
  57. --  9a FOUNDATION AREA  : Text Processing
  58. --  9b WIS USE AREA     : Interfaces
  59. -- 10. COMMENTS:
  60. --          This Word Processor will support VT-100(VT-52), VT-100(ANSI),
  61. --          Digital Microsystems 5086, IBM PC, VIP 7705, and Delta Data 
  62. --          terminals. It will support Centronics 737, Dataproducts, Diablo 
  63. --          630, and Qume Sprint Series printers.
  64. -- 11. LAST CHANGE TO DATA : 21 March 1986.    
  65. --= FILE LISTING         ===============================================--
  66. -- FILE SPECS        : PD:<ADA.EDITORS>WP*.*
  67. -- DIRECTORY DISPLAY :
  68. -- Directory   PD:<ADA.EDITORS>
  69. --      File Name     Byte Count  Line Count
  70. --   ---------------  ----------  ----------
  71. --   WP.ABS                 3985          68
  72. --   WP.CMM                 1272          30
  73. --   WP.CVT                  842          26
  74. --   WP.PRO                 3908          77
  75. --   WPCOMMON.DIS            113           5
  76. --   WPCOMMON.SRC         150501        3666
  77. --   WPCRT.DIS               130           5
  78. --   WPCRT.SRC            197491        4115
  79. --   WPEDHLP.DIS              78           3
  80. --   WPEDITOR.DIS            426          18
  81. --   WPEDITOR.HLP          42714         900
  82. --   WPEDITOR.SRC         636103       14128
  83. --   WPFORMAT.DAT          52484        1114
  84. --   WPFORMAT.DIS            312          12
  85. --   WPFORMAT.SRC         486814       10498
  86. --   ===============  ==========  ==========
  87. --    15 Files           1577173       34665
  88. --= DISCLAIMER           ===============================================--
  89. --     This software and its documentation are provided "AS IS" and
  90. -- without any expressed or implied warranties whatsoever.  No warranties
  91. -- as to performance, merchantability, or fitness for a particular
  92. -- purpose exist.
  93. --     The user is advised to test the software thoroughly before
  94. -- relying on it.  The user must assume the entire risk and liability of
  95. -- using this software.  In no event shall any person or organization of
  96. -- people be held responsible for any direct, indirect, consequential or
  97. -- inconsequential damages or lost profits.
  98. --======================================================================--
  99.